Uses of Class
negotiator.issue.Issue

Packages that use Issue
negotiator   
negotiator.boaframework   
negotiator.issue   
 

Uses of Issue in negotiator
 

Methods in negotiator that return types with arguments of type Issue
 java.util.ArrayList<Issue> Domain.getIssues()
          Returns all issues as an arraylist.
 

Uses of Issue in negotiator.boaframework
 

Methods in negotiator.boaframework that return types with arguments of type Issue
 java.util.ArrayList<Issue> NegotiationSession.getIssues()
           
 

Methods in negotiator.boaframework with parameters of type Issue
 double OpponentModel.getWeight(Issue issue)
          Returns the weight of a particular issue in the domain.
 

Uses of Issue in negotiator.issue
 

Subclasses of Issue in negotiator.issue
 class IssueDiscrete
          Specific type of issue in which the value of the issue are a set of objects.
 class IssueInteger
          Specific type of issue which specifies an integer range [min, max].